From: Nobuhiro Iwamatsu Date: Thu, 12 Mar 2026 12:28:10 +0000 (+0100) Subject: [sh4] Fix uImage build X-Git-Tag: archive/raspbian/6.19.6-2+rpi1~3^2~79 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//%22ander.pijoan%40deusto.es/%22/%22http:/www.example.com/%22ander.pijoan%40deusto.es/%22?a=commitdiff_plain;h=205ff4f8320065d363f60432e820692475d7769b;p=linux.git [sh4] Fix uImage build Bug-Debian: https://bugs.debian.org/569034 Forwarded: not-needed [bwh: This was added without a description, but I think it is done only to avoid a build-dependency on u-boot-tools.] Gbp-Pq: Topic debian Gbp-Pq: Name arch-sh4-fix-uimage-build.patch --- diff --git a/arch/sh/Makefile b/arch/sh/Makefile index 7b420424b6d..c7e9fec68f2 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -81,7 +81,6 @@ OBJCOPYFLAGS := -O binary -R .note -R .note.gnu.build-id -R .comment \ # Give the various platforms the opportunity to set default image types defaultimage-y := zImage -defaultimage-$(CONFIG_SH_SH7785LCR) := uImage defaultimage-$(CONFIG_SH_RSK) := uImage defaultimage-$(CONFIG_SH_URQUELL) := uImage defaultimage-$(CONFIG_SH_MIGOR) := uImage